fix: update devDependencies to match docusaurus version#23
Merged
druid-infra merged 9 commits intohighcard-dev:masterfrom Feb 10, 2026
Merged
fix: update devDependencies to match docusaurus version#23druid-infra merged 9 commits intohighcard-dev:masterfrom
druid-infra merged 9 commits intohighcard-dev:masterfrom
Conversation
added 2 commits
February 10, 2026 11:54
…s/node - Update @Docusaurus packages from 3.0.x to 3.2.1 (match dependencies) - Add @types/node to fix TypeScript type checking errors - Resolves CI failures in typecheck step
Contributor
Author
|
added 7 commits
February 10, 2026 12:11
- Replace pnpm with bun in CI workflow - Remove pnpm-lock.yaml - Generate bun.lockb with bun install - Simplify CI (no caching needed, bun is fast) - Update dependencies to latest compatible versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes CI failures caused by mismatched package versions in TypeScript type checking.
Problem
CI was failing with:
Solution
@docusaurus/module-type-aliasesfrom 3.0.1 → 3.2.1@docusaurus/tsconfigfrom 3.0.1 → 3.2.1@docusaurus/typesfrom 3.0.0 → 3.2.1@types/node^18.0.0These versions now match the main dependencies (3.2.1) and provide the missing type definitions.
Testing
CI should now pass on this PR! Once merged, all other PRs will get green builds.